home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / TELESHAR.ZIP;1 / DOCHELP@.EXE / GATHER.DOC < prev    next >
Encoding:
Text File  |  1993-07-27  |  13.2 KB  |  368 lines

  1.  
  2.  
  3.                      The GATHER.DOC           Page 1
  4.  
  5.  
  6.  
  7.                      Version 1.01      July, 1993
  8.  
  9.  
  10.                              _______
  11.                         ____|__     |               (R)
  12.                      --|       |    |-------------------
  13.                        |   ____|__  |  Association of
  14.                        |  |       |_|  Shareware
  15.                        |__|   o   |    Professionals
  16.                      -----|   |   |---------------------
  17.                           |___|___|    Member
  18.  
  19.  
  20.  
  21.           TeleShare/GATHER is an ASP member Shareware product.
  22.  
  23.  
  24.  
  25.           Gather gathers specified files from specified directories and
  26.           copies them to a destination directory.  This allows one to
  27.           collect copies of crucial files, such as the AUTOEXEC.BAT,
  28.           into a central directory for transfer to another computer as a
  29.           backup and for ongoing remote maintenance and diagnosis.  You
  30.           can also use gather as a form of ongoing backup program by
  31.           running it as a TSR or resident program.  When run as a TSR
  32.           you can direct GATHER to periodically gather files as
  33.           specified in a response file, or on the command line, to a
  34.           specified directory and/or a diskette.  You may discover that
  35.           gather occupies too much ram to be generally kept resident.
  36.           If so, consider periodically using it in a batch file instead,
  37.           you should find that it is MUCH faster than other software
  38.           that you use for similar purposes.
  39.  
  40.           Please also note that gather is designed so it CAN copy files
  41.           over themselves, which effectively destroys them.  If you wish
  42.           to avoid destroying files, do not copy them over themselves.
  43.           This product is designed to be user friendly, AND it is often
  44.           quite useful to be able to protect information by over writing
  45.           it.  If you think that you need optional protection for this
  46.           purpose, please say so.
  47.  
  48.  
  49.           The Gather command line:
  50.  
  51.           Usage  gather  [-time -show -clock -tsr @name -fname -d\A_DIR\ ...]
  52.  
  53.           -clock      for the on screen clock.
  54.           -days10     the number of days to the oldest file to gather.
  55.           -d\DIR\     the destination directory.
  56.           -fname      to copy the named file.  You may use * as in *.dbf.
  57.           -h          this help.
  58.           -n          reName copied files.  A number is inserted into the name.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                      The GATHER.DOC           Page 2
  65.  
  66.  
  67.           -path       to search along the PATH for one or more files.
  68.           -redir      use DOS screen output to allow file redirection.
  69.           -show       to show filenames as they are copied.
  70.           -time       the repeat or delay time between file copying.
  71.           -tsr        to run as a TSR or resident program.
  72.           -unload     to unload the TSR from ram.
  73.           @some_file  to use a response file listing the files to copy.
  74.  
  75.           You may also use / as the switch character instead of -.
  76.  
  77.           Gather is designed to use the GATHER.CFG configuration file,
  78.           but this release only uses command line parameters.
  79.  
  80.  
  81.  
  82.           These switches are explained further below:
  83.  
  84.           -DAYS10 the number of days to the oldest file to gather.  If a
  85.           file was last changed 9 days ago, and gather is run with
  86.           -DAYS10, the file will be gathered.
  87.  
  88.           -D\dir\ the destination directory.  This tells gather to copy
  89.           the file(s) to that directory.  Its a good idea to include the
  90.           drive as in -dD:\TRANSFER\.
  91.  
  92.           -Fname to copy the named file.  You may use * as in *.dbf.
  93.           Use this to copy a specific file, such as -fADDRESS.DBF, or a
  94.           group of files, as in -f*.DBF.  Use the @response_file method
  95.           when you want to gather more files or more specifically.
  96.  
  97.           -H this help. You may also use /H -?  and ?, or even a blank
  98.           command line.
  99.  
  100.           -N to reName copied files to minimise overwriting previous
  101.           copies.  The renaming inserts a number into the file name,
  102.           with consecutive files having a consecutive number inserted.
  103.           The seed number is based on the current second at the time of
  104.           the start of the copying.  Files ROSTER, SALARY.DBF, and
  105.           WORKS.WKS will be renamed to ROSTER.20, SALARY21.DBF, and
  106.           WORKS22.WKS if copying starts at 11:30:20.  If LASTNAME.DBF
  107.           was the 180th file copied, it would become LASTN200.DBF, since
  108.           20+180 = 200.  Numbers above 999 restart at 0.  Using this
  109.           scheme might appear attractive but it can consume disk space
  110.           rapidly.
  111.  
  112.           -PATH to search along the PATH for one or more files.  This
  113.           instruction tells gather to look through every directory along
  114.           your machine's current path for the file(s).  Some uses of
  115.           this switch are incompatible with other switches, with the
  116.           idea that if you use *.* or the like, then you do not really
  117.           mean to copy every file along the path to the destination
  118.           directory.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.                      The GATHER.DOC           Page 3
  126.  
  127.  
  128.           -REDIR DOS screen display, to allow redirection to a file.  If
  129.           you are also using -clock, the clock will continue to write
  130.           using the bios, with the program dynamically changing screen
  131.           drivers back to dos after each time update.  A side effect of
  132.           this setting may be a change in gather colours.  The default
  133.           is to use bios output.
  134.  
  135.           -SHOW to show filenames as they are copied.  The source and
  136.           destination directories are included.
  137.  
  138.           -TIME15 the repeat or delay time between file copying.  The
  139.           default is 60, with an allowable range between 10 and 100000
  140.           seconds.  This value is the 'sleep' time for gather when it is
  141.           running as a TSR, and is the file update time when gather does
  142.           short term file copies.  Use -time60 to force gather to copy
  143.           files that have been updated in the past 60 seconds.  Note
  144.           that this is the actual tsr sleep time, it only becomes active
  145.           at the given intervals, and only for the length of time
  146.           necessary to do the given task.  If you want a longer time,
  147.           yell with an explanation, its easy to change.  You might also
  148.           consider using the @response_file method.
  149.  
  150.           -TSR to run as a TSR or resident program.  Gather takes about
  151.           100K when running as a TSR.  It is designed for speed, and
  152.           interactive use more than as a background backup program.
  153.           Gather is also designed to be very quickly and easily changed
  154.           for custom purposes.
  155.  
  156.           -UNLOAD to unload the TSR from ram.  Eg:  gather -unload
  157.  
  158.           @some_file to use a response file listing the files to copy.
  159.           You simply list the files to be copied as a list in the given
  160.           text file.  A sample that includes the autoexec.bat,
  161.           config.sys and equip.log follows (equip.log is generally used
  162.           to store information about your machine, often to be send to
  163.           another machine).
  164.  
  165.           AUTOEXEC.BAT
  166.           CONFIG.SYS
  167.           EQUIP.LOG
  168.  
  169.  
  170.  
  171.           This version of gather does disk space checking, but does not
  172.           check the destination for sufficient space to copy a file.  It
  173.           uses a 'fast write' to the bios, instead of using DOS or
  174.           direct screen writing.  Use -redir for DOS screen output.
  175.  
  176.           P.C Softsmith distributes an interactive TOUCH program that
  177.           allows you to alter the time and date of any file to any other
  178.           time and date, which can be useful when used for software
  179.           development and for 'backups' with gather.
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.                      The GATHER.DOC           Page 4
  187.  
  188.  
  189.           SUPPORT
  190.  
  191.  
  192.           For technical support, either call (604) 433-5189, or write to
  193.           Suite 606 - 6455 Willingdon Avenue, Burnaby, British Columbia,
  194.           Canada, V5H 4E4.  Both registered and soon to be registered
  195.           users currently get the same support without any arbitrary
  196.           time limit.  You may also try leaving a Compuserve message at
  197.           75020, 2664, or better yet send email to
  198.  
  199.           INTERNET:vic_williams@mindlink.bc.ca
  200.  
  201.  
  202.           P.C. Softsmith                       (604) 433-5189
  203.           Suite 606 - 6455 Willingdon Avenue,
  204.           Burnaby, British Columbia,
  205.           Canada, V5H 4E4
  206.  
  207.  
  208.           Please consider reporting the circumstances of ANY problems
  209.           that you discover, preferably in written form, to technical
  210.           support.
  211.  
  212.  
  213.           Some possible problems:
  214.  
  215.           The TSR option will not run after MSWindows is running. If you
  216.           must do this, ask for such a version, or just run it ahead of
  217.           Windows.  It can be reset to do so, but it will then be
  218.           unusually agressive running under DOS.
  219.  
  220.           You might possibly create a situation where gather runs out of
  221.           internal memory.  Gather has the capability to have such
  222.           memory usage altered at start-up, but this version does not
  223.           include such a command line switch.  Yell if you find such a
  224.           need.
  225.  
  226.           The -SHOW option overwrites your program's screen.  Sorry, but
  227.           the other options would require delays so humans could see the
  228.           message.  Try avoiding the -SHOW option.
  229.  
  230.           The clock appears in the wrong place.  Please wait for a
  231.           version using the gather.cfg configuration file.
  232.  
  233.           It repeatedly copies the same file to the backup directory.
  234.           Yes, if you are using the -days option, it is following your
  235.           instructions.
  236.  
  237.           It takes too much memory away from my usual applications.  Try
  238.           running it in a batch file during gaps in your work.  There
  239.           are some nifty small background TSR backup programs around.
  240.  
  241.           It does not check the available destination disk space before
  242.  
  243.  
  244.  
  245.  
  246.  
  247.                      The GATHER.DOC           Page 5
  248.  
  249.  
  250.           copying a file.  If you believe that this is a major problem,
  251.           please indignantly say so, in order to encourage its addition
  252.           to the next release.  From a software developer's viewpoint
  253.           this is the start of adding an unlimited number of features
  254.           with the next likely feature being to add priorities for
  255.           copying individual files.  A complication is that such ongoing
  256.           backups often overwrite previous copies of the same file, so a
  257.           simple disk space check is not sufficient.
  258.  
  259.  
  260.           This product is Copyright (C) 1993 P. C. Softsmith all rights
  261.           reserved.  It is distributed as shareware and must be
  262.           distributed with this documentation.  It is normally
  263.           distributed with other P.C. Softsmith materials that further
  264.           explain the shareware process.  If you wish to distribute it
  265.           with your software or are unable to find the other
  266.           documentation that should accompany this file (such as the
  267.           SHR_WARE.DOC, FILE_ID.DIZ, and the VENDOR.DOC) please contact
  268.           whoever gave you the software or P.C. Softsmith.  If you just
  269.           want to use this product on its own, you may license its use
  270.           for $US 10.00.
  271.  
  272.           History:
  273.           Version 1.00 was released in June, 1993.  Version 1.01 adds
  274.           the -N rename switch and a larger stack.
  275.  
  276.  
  277.           ASP Introduction:
  278.  
  279.           Please also carefully read the accompanying SHR_WARE.DOC
  280.           document.
  281.  
  282.           "This program is produced by a member of the Association of
  283.           Shareware Professionals (ASP). ASP wants to make sure that the
  284.           shareware principle works for you. If you are unable to
  285.           resolve a shareware-related problem with an ASP member by
  286.           contacting the member directly, ASP may be able to help. The
  287.           ASP Ombudsman can help you resolve a dispute or problem with
  288.           an ASP member, but does not provide technical support for
  289.           members' products. Please write to the ASP Ombudsman at 545
  290.           Grover Road, Muskegon, MI 49442 or send a CompuServe message
  291.           via CompuServe Mail to ASP Ombudsman 70007,3536."
  292.  
  293.  
  294.           THE DOCUMENTATION AND ASSOCIATED SOFTWARE ARE DISTRIBUTED AND
  295.           SOLD WITH NO WARRANTIES, EITHER EXPRESS OR IMPLIED, REGARDING
  296.           ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.
  297.           THE INFORMATION IN THIS DOCUMENTATION IS SUBJECT TO CHANGE
  298.           WITHOUT NOTICE AND DOES NOT REPRESENT A COMMITTMENT ON THE
  299.           PART OF THE VENDOR.
  300.  
  301.           OTHER PRODUCT AND BRAND NAMES MENTIONED ARE TRADEMARKS OR
  302.           REGISTERED TRADEMARKS OF THEIR RESPECTIVE HOLDERS.
  303.  
  304.  
  305.  
  306.  
  307.  
  308.                      The GATHER.DOC           Page 6
  309.  
  310.  
  311.           SPECIFICALLY XBASE IS THE GENERIC DATABASE INDUSTRY
  312.           REPLACEMENT FOR THE REGISTERED TERM 'DBASE' OWNED BY BORLAND
  313.           INTERNATIONAL.
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.